LassoScript Utility
Basics Browse Detail

[Image->ResolutionV]

Tag Link [Image->ResolutionV] Category Image
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

Returns the vertical resolution of the image in dpi. Integer value returned.

Syntax

[Image Variable->ResolutionV]

Parameters

No Parameters Required.

Examples

To return the resolution of an image:

Use the [Image->ResolutionV] tag on a defined image variable. This returns a decimal value representing the vertical dpi (dots per inch) of the image.

[Var: 'MyImage' =(Image: '/images/image.jpg')]
[$MyImage->ResolutionV]